home *** CD-ROM | disk | FTP | other *** search
- CMD
-
- Redirects serial or parallel output to a file.
-
- Format
-
- CMD <devicename> <filename> [OPT S | M | N]
-
- Template
-
- DEVICENAME/A,FILENAME/A,OPT/K
-
- Location
-
- SYS:Tools
-
- The <devicename> can be serial or parallel. To redirect printer output, it
- should be the same device as specified in the Printer editor. <Filename> is
- the name of the file to which the redirected output should be sent.
-
- The CMD options are as follows:
-
- S
-
- Skip any short initial write (usually a reset if redirecting a screen dump).
-
- M
-
- Redirect multiple files until a BREAK command or Ctrl+C is entered.
-
- N
-
- Notify user of progress (messages are displayed on the screen).
-
- Example:
-
- 1> CMD parallel RAM:cmd_file
-
- Any output sent to the parallel port is rerouted to a file in RAM: called
- cmd_file.
-